﻿2026-06-15T10:02:47.5476700Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T10:02:47.5477101Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T10:02:47.5477377Z [36;1m$PIN = "0c95435"[0m
2026-06-15T10:02:47.5477672Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T10:02:47.5477988Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T10:02:47.5478402Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T10:02:47.5479427Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T10:02:47.5479774Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T10:02:47.5480075Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T10:02:47.5480359Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T10:02:47.5480690Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T10:02:47.5481012Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T10:02:47.5481295Z [36;1m}[0m
2026-06-15T10:02:47.5481481Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T10:02:47.5481731Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T10:02:47.5558197Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T10:02:47.5558527Z ##[endgroup]
2026-06-15T10:02:48.3901148Z    Compiling proc-macro2 v1.0.106
2026-06-15T10:02:48.3901559Z    Compiling unicode-ident v1.0.24
2026-06-15T10:02:48.3901797Z    Compiling quote v1.0.45
2026-06-15T10:02:48.3902042Z    Compiling cfg-if v1.0.4
2026-06-15T10:02:48.3902934Z    Compiling serde_core v1.0.228
2026-06-15T10:02:48.3903490Z    Compiling serde v1.0.228
2026-06-15T10:02:48.3903922Z    Compiling windows-link v0.2.1
2026-06-15T10:02:48.3904282Z    Compiling getrandom v0.3.4
2026-06-15T10:02:48.3904914Z    Compiling portable-atomic v1.13.1
2026-06-15T10:02:48.3905609Z    Compiling typenum v1.20.1
2026-06-15T10:02:48.3906165Z    Compiling version_check v0.9.5
2026-06-15T10:02:48.3906688Z    Compiling pin-project-lite v0.2.17
2026-06-15T10:02:48.3907176Z    Compiling memchr v2.8.1
2026-06-15T10:02:48.3907598Z    Compiling find-msvc-tools v0.1.9
2026-06-15T10:02:48.3908182Z    Compiling shlex v2.0.1
2026-06-15T10:02:48.3908521Z    Compiling critical-section v1.2.0
2026-06-15T10:02:48.4664986Z    Compiling windows-sys v0.61.2
2026-06-15T10:02:48.4933280Z    Compiling subtle v2.6.1
2026-06-15T10:02:48.5052457Z    Compiling futures-core v0.3.32
2026-06-15T10:02:48.5313857Z    Compiling equivalent v1.0.2
2026-06-15T10:02:48.5956966Z    Compiling smallvec v1.15.1
2026-06-15T10:02:48.6337581Z    Compiling itoa v1.0.18
2026-06-15T10:02:48.6419222Z    Compiling bytes v1.11.1
2026-06-15T10:02:48.6767445Z    Compiling semver v1.0.28
2026-06-15T10:02:48.6893498Z    Compiling stable_deref_trait v1.2.1
2026-06-15T10:02:48.7565661Z    Compiling log v0.4.32
2026-06-15T10:02:48.8134654Z    Compiling futures-sink v0.3.32
2026-06-15T10:02:48.8137674Z    Compiling generic-array v0.14.7
2026-06-15T10:02:48.8211164Z    Compiling futures-io v0.3.32
2026-06-15T10:02:48.9362037Z    Compiling rustc_version v0.4.1
2026-06-15T10:02:48.9771252Z    Compiling slab v0.4.12
2026-06-15T10:02:48.9875154Z    Compiling futures-channel v0.3.32
2026-06-15T10:02:49.0189035Z    Compiling rustversion v1.0.22
2026-06-15T10:02:49.0354208Z    Compiling hashbrown v0.17.1
2026-06-15T10:02:49.0497584Z    Compiling futures-task v0.3.32
2026-06-15T10:02:49.2753761Z    Compiling getrandom v0.2.17
2026-06-15T10:02:49.2865422Z    Compiling cpufeatures v0.2.17
2026-06-15T10:02:49.3257107Z    Compiling fnv v1.0.7
2026-06-15T10:02:49.3309040Z    Compiling libc v0.2.186
2026-06-15T10:02:49.4217584Z    Compiling cfg_aliases v0.2.1
2026-06-15T10:02:49.4222296Z    Compiling rand_core v0.10.1
2026-06-15T10:02:49.4504915Z    Compiling strsim v0.11.1
2026-06-15T10:02:49.4770851Z    Compiling litemap v0.8.2
2026-06-15T10:02:49.5891467Z    Compiling indexmap v2.14.0
2026-06-15T10:02:49.6233038Z    Compiling writeable v0.6.3
2026-06-15T10:02:49.6412078Z    Compiling jobserver v0.1.34
2026-06-15T10:02:49.6935452Z    Compiling autocfg v1.5.1
2026-06-15T10:02:49.6971834Z    Compiling fs_extra v1.3.0
2026-06-15T10:02:49.6995465Z    Compiling ident_case v1.0.1
2026-06-15T10:02:49.7409954Z    Compiling utf8_iter v1.0.4
2026-06-15T10:02:49.7951902Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T10:02:49.8454556Z    Compiling icu_properties_data v2.2.0
2026-06-15T10:02:49.8504138Z    Compiling dunce v1.0.5
2026-06-15T10:02:49.9287731Z    Compiling cc v1.2.63
2026-06-15T10:02:49.9323535Z    Compiling getrandom v0.4.2
2026-06-15T10:02:50.0490229Z    Compiling percent-encoding v2.3.2
2026-06-15T10:02:50.0732954Z    Compiling http v1.4.1
2026-06-15T10:02:50.1998076Z    Compiling aws-lc-rs v1.17.0
2026-06-15T10:02:50.2589079Z    Compiling syn v2.0.117
2026-06-15T10:02:50.2849954Z    Compiling crypto-common v0.1.7
2026-06-15T10:02:50.3375690Z    Compiling thiserror v2.0.18
2026-06-15T10:02:50.3422232Z    Compiling cpufeatures v0.3.0
2026-06-15T10:02:50.3440900Z    Compiling unicode-segmentation v1.13.3
2026-06-15T10:02:50.4245693Z    Compiling scopeguard v1.2.0
2026-06-15T10:02:50.4307390Z    Compiling chacha20 v0.10.0
2026-06-15T10:02:50.4572883Z    Compiling block-buffer v0.10.4
2026-06-15T10:02:50.5018638Z    Compiling lock_api v0.4.14
2026-06-15T10:02:50.5124878Z    Compiling form_urlencoded v1.2.2
2026-06-15T10:02:50.5314506Z    Compiling untrusted v0.9.0
2026-06-15T10:02:50.5957113Z    Compiling bitflags v2.12.1
2026-06-15T10:02:50.6016915Z    Compiling digest v0.10.7
2026-06-15T10:02:50.6127723Z    Compiling rand v0.10.1
2026-06-15T10:02:50.6636158Z    Compiling num-traits v0.2.19
2026-06-15T10:02:50.6936300Z    Compiling windows-strings v0.5.1
2026-06-15T10:02:50.7129679Z    Compiling cmake v0.1.58
2026-06-15T10:02:50.7272206Z    Compiling windows-result v0.4.1
2026-06-15T10:02:50.8200390Z    Compiling heck v0.5.0
2026-06-15T10:02:51.1523484Z    Compiling rustls v0.23.40
2026-06-15T10:02:51.1688260Z    Compiling convert_case v0.10.0
2026-06-15T10:02:51.3770839Z    Compiling ring v0.17.14
2026-06-15T10:02:51.6251508Z    Compiling const-oid v0.10.2
2026-06-15T10:02:51.6379759Z    Compiling atomic-waker v1.1.2
2026-06-15T10:02:51.9702363Z    Compiling anyhow v1.0.102
2026-06-15T10:02:52.1252543Z    Compiling unicode-xid v0.2.6
2026-06-15T10:02:52.1267969Z    Compiling httparse v1.10.1
2026-06-15T10:02:52.1791162Z    Compiling zerocopy v0.8.50
2026-06-15T10:02:52.2625669Z    Compiling parking_lot_core v0.9.12
2026-06-15T10:02:52.2955215Z    Compiling http-body v1.0.1
2026-06-15T10:02:52.2988587Z    Compiling hybrid-array v0.4.12
2026-06-15T10:02:52.3186452Z    Compiling curve25519-dalek v4.1.3
2026-06-15T10:02:52.3334851Z    Compiling ahash v0.8.12
2026-06-15T10:02:52.4075751Z    Compiling fastrand v2.4.1
2026-06-15T10:02:52.4076279Z    Compiling powerfmt v0.2.0
2026-06-15T10:02:52.4302997Z    Compiling aws-lc-sys v0.41.0
2026-06-15T10:02:52.4556786Z    Compiling base64ct v1.8.3
2026-06-15T10:02:52.6290379Z    Compiling either v1.16.0
2026-06-15T10:02:52.6684065Z    Compiling deranged v0.5.8
2026-06-15T10:02:52.7529445Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T10:02:52.7639537Z    Compiling rand_core v0.6.4
2026-06-15T10:02:52.7640109Z    Compiling tinyvec_macros v0.1.1
2026-06-15T10:02:52.8055824Z    Compiling data-encoding v2.11.0
2026-06-15T10:02:52.8538264Z    Compiling time-core v0.1.8
2026-06-15T10:02:52.8899116Z    Compiling base64 v0.22.1
2026-06-15T10:02:52.9721021Z    Compiling synstructure v0.13.2
2026-06-15T10:02:52.9725781Z    Compiling darling_core v0.20.11
2026-06-15T10:02:53.0849805Z    Compiling zmij v1.0.21
2026-06-15T10:02:53.0876851Z    Compiling vcpkg v0.2.15
2026-06-15T10:02:53.1123773Z    Compiling num-conv v0.2.2
2026-06-15T10:02:53.1243156Z    Compiling try-lock v0.2.5
2026-06-15T10:02:53.2185963Z    Compiling pkg-config v0.3.33
2026-06-15T10:02:53.2202592Z    Compiling tower-service v0.3.3
2026-06-15T10:02:53.2203082Z    Compiling want v0.3.1
2026-06-15T10:02:53.3042103Z    Compiling tinyvec v1.11.0
2026-06-15T10:02:53.3255974Z    Compiling parking_lot v0.12.5
2026-06-15T10:02:53.3388509Z    Compiling crypto-common v0.2.2
2026-06-15T10:02:53.4349861Z    Compiling block-buffer v0.12.0
2026-06-15T10:02:53.5131820Z    Compiling sha2 v0.10.9
2026-06-15T10:02:53.6283063Z    Compiling vergen-lib v9.1.0
2026-06-15T10:02:53.7080553Z    Compiling inout v0.1.4
2026-06-15T10:02:53.7386215Z    Compiling n0-future v0.3.2
2026-06-15T10:02:53.8873581Z    Compiling parking v2.2.1
2026-06-15T10:02:53.9124669Z    Compiling crossbeam-utils v0.8.21
2026-06-15T10:02:53.9304882Z    Compiling diatomic-waker v0.2.3
2026-06-15T10:02:53.9591795Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T10:02:53.9823231Z    Compiling serde_json v1.0.150
2026-06-15T10:02:54.0333724Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T10:02:54.0466220Z    Compiling spin v0.10.0
2026-06-15T10:02:54.0628902Z    Compiling httpdate v1.0.3
2026-06-15T10:02:54.0860266Z    Compiling signature v2.2.0
2026-06-15T10:02:54.1192318Z    Compiling winapi v0.3.9
2026-06-15T10:02:54.1967481Z    Compiling cordyceps v0.3.4
2026-06-15T10:02:54.2436374Z    Compiling winnow v1.0.3
2026-06-15T10:02:54.3112102Z    Compiling ed25519 v2.2.3
2026-06-15T10:02:54.3352503Z    Compiling digest v0.11.3
2026-06-15T10:02:54.4202125Z    Compiling futures-lite v2.6.1
2026-06-15T10:02:54.4697647Z    Compiling futures-buffered v0.2.13
2026-06-15T10:02:54.4751738Z    Compiling cipher v0.4.4
2026-06-15T10:02:54.5697282Z    Compiling vergen v9.1.0
2026-06-15T10:02:54.6021208Z    Compiling vergen-lib v0.1.6
2026-06-15T10:02:54.6920925Z    Compiling universal-hash v0.5.1
2026-06-15T10:02:54.8289945Z    Compiling noq-udp v0.10.0
2026-06-15T10:02:54.8290573Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T10:02:54.8349643Z    Compiling heapless v0.7.17
2026-06-15T10:02:54.8495478Z    Compiling sync_wrapper v1.0.2
2026-06-15T10:02:54.9137212Z    Compiling byteorder v1.5.0
2026-06-15T10:02:54.9549168Z    Compiling allocator-api2 v0.2.21
2026-06-15T10:02:54.9549809Z    Compiling opaque-debug v0.3.1
2026-06-15T10:02:55.0006958Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T10:02:55.0436974Z    Compiling polyval v0.6.2
2026-06-15T10:02:55.1207124Z    Compiling hash32 v0.2.1
2026-06-15T10:02:55.3043038Z    Compiling socket2 v0.6.4
2026-06-15T10:02:55.3048586Z    Compiling mio v1.2.1
2026-06-15T10:02:55.3792625Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T10:02:55.4308182Z    Compiling spin v0.9.8
2026-06-15T10:02:55.4370124Z    Compiling serde_derive v1.0.228
2026-06-15T10:02:55.4540300Z    Compiling zeroize_derive v1.4.3
2026-06-15T10:02:55.5535796Z    Compiling zerofrom-derive v0.1.7
2026-06-15T10:02:55.6665829Z    Compiling tokio-macros v2.7.0
2026-06-15T10:02:55.8896870Z    Compiling yoke-derive v0.8.2
2026-06-15T10:02:56.0355399Z    Compiling futures-macro v0.3.32
2026-06-15T10:02:56.0439140Z    Compiling zerovec-derive v0.11.3
2026-06-15T10:02:56.1514057Z    Compiling displaydoc v0.2.6
2026-06-15T10:02:56.2118305Z    Compiling zeroize v1.8.2
2026-06-15T10:02:56.2239753Z    Compiling tracing-attributes v0.1.31
2026-06-15T10:02:56.4916890Z    Compiling tokio v1.52.3
2026-06-15T10:02:56.5691333Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T10:02:56.5967467Z    Compiling thiserror-impl v2.0.18
2026-06-15T10:02:56.9110313Z    Compiling rustls-pki-types v1.14.1
2026-06-15T10:02:56.9912424Z    Compiling futures-util v0.3.32
2026-06-15T10:02:57.1762934Z    Compiling darling_macro v0.20.11
2026-06-15T10:02:57.2478780Z    Compiling zerofrom v0.1.8
2026-06-15T10:02:57.3404824Z    Compiling derive_more-impl v2.1.1
2026-06-15T10:02:57.3790368Z    Compiling windows-interface v0.59.3
2026-06-15T10:02:57.4200400Z    Compiling n0-error-macros v0.1.3
2026-06-15T10:02:57.4707472Z    Compiling spez v0.1.2
2026-06-15T10:02:57.5431306Z    Compiling windows-implement v0.60.2
2026-06-15T10:02:57.6149176Z    Compiling yoke v0.8.3
2026-06-15T10:02:57.6456525Z    Compiling darling v0.20.11
2026-06-15T10:02:57.7507111Z    Compiling der v0.8.0-rc.10
2026-06-15T10:02:57.8028083Z    Compiling pin-project-internal v1.1.13
2026-06-15T10:02:57.9021593Z    Compiling derive_builder_core v0.20.2
2026-06-15T10:02:57.9196117Z    Compiling zerovec v0.11.6
2026-06-15T10:02:58.0042118Z    Compiling zerotrie v0.2.4
2026-06-15T10:02:58.4112477Z    Compiling windows-core v0.62.2
2026-06-15T10:02:58.4646630Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T10:02:58.4865828Z    Compiling tinystr v0.8.3
2026-06-15T10:02:58.5211978Z    Compiling potential_utf v0.1.5
2026-06-15T10:02:58.6076818Z    Compiling n0-error v0.1.3
2026-06-15T10:02:58.6231420Z    Compiling vergen-gitcl v1.0.8
2026-06-15T10:02:58.7134418Z    Compiling icu_locale_core v2.2.0
2026-06-15T10:02:58.7171132Z    Compiling icu_collections v2.2.0
2026-06-15T10:02:58.8577199Z    Compiling spki v0.8.0-rc.4
2026-06-15T10:02:59.0950763Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T10:02:59.1182910Z    Compiling derive_builder_macro v0.20.2
2026-06-15T10:02:59.1440181Z    Compiling pin-project v1.1.13
2026-06-15T10:02:59.2820109Z    Compiling ed25519-dalek v2.2.0
2026-06-15T10:02:59.3759418Z    Compiling windows-threading v0.2.1
2026-06-15T10:02:59.3791414Z    Compiling signature v3.0.0
2026-06-15T10:02:59.4202551Z    Compiling fallible-iterator v0.3.0
2026-06-15T10:02:59.4989319Z    Compiling ryu v1.0.23
2026-06-15T10:02:59.5626695Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T10:02:59.6311886Z    Compiling icu_provider v2.2.0
2026-06-15T10:02:59.6591825Z    Compiling tower-layer v0.3.3
2026-06-15T10:02:59.7117689Z    Compiling spt-proto v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T10:02:59.7194106Z    Compiling windows-future v0.3.2
2026-06-15T10:02:59.7411337Z    Compiling proc-macro-crate v3.5.0
2026-06-15T10:02:59.8143209Z    Compiling derive_builder v0.20.2
2026-06-15T10:02:59.8271816Z    Compiling windows-collections v0.3.2
2026-06-15T10:02:59.8471910Z    Compiling windows-numerics v0.3.1
2026-06-15T10:03:00.0503432Z    Compiling icu_normalizer v2.2.0
2026-06-15T10:03:00.0962509Z    Compiling icu_properties v2.2.0
2026-06-15T10:03:00.1033167Z    Compiling ipnet v2.12.0
2026-06-15T10:03:00.2592402Z    Compiling futures-executor v0.3.32
2026-06-15T10:03:00.4139142Z    Compiling once_cell v1.21.4
2026-06-15T10:03:00.4139668Z    Compiling futures v0.3.32
2026-06-15T10:03:00.4368977Z    Compiling prefix-trie v0.8.4
2026-06-15T10:03:00.4673439Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T10:03:00.4898243Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T10:03:00.6195985Z    Compiling tracing-core v0.1.36
2026-06-15T10:03:00.6793054Z    Compiling tokio-util v0.7.18
2026-06-15T10:03:00.7892728Z    Compiling hashbrown v0.14.5
2026-06-15T10:03:00.8795097Z    Compiling cobs v0.3.0
2026-06-15T10:03:00.9274517Z    Compiling postcard-derive v0.2.2
2026-06-15T10:03:00.9571923Z    Compiling windows-targets v0.52.6
2026-06-15T10:03:00.9601275Z    Compiling ghash v0.5.1
2026-06-15T10:03:01.0250195Z    Compiling tracing v0.1.44
2026-06-15T10:03:01.0619091Z    Compiling ctr v0.9.2
2026-06-15T10:03:01.1017112Z    Compiling aes v0.8.4
2026-06-15T10:03:01.1172037Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T10:03:01.1172488Z    Compiling time v0.3.47
2026-06-15T10:03:01.1931210Z    Compiling http-body-util v0.1.3
2026-06-15T10:03:01.2663329Z    Compiling aead v0.5.2
2026-06-15T10:03:01.4073826Z    Compiling idna_adapter v1.2.2
2026-06-15T10:03:01.4680150Z    Compiling h2 v0.4.14
2026-06-15T10:03:01.4789694Z    Compiling hashlink v0.9.1
2026-06-15T10:03:01.4944507Z    Compiling idna v1.1.0
2026-06-15T10:03:01.5496965Z    Compiling widestring v1.2.1
2026-06-15T10:03:01.5745873Z    Compiling ipconfig v0.3.4
2026-06-15T10:03:01.6793039Z    Compiling derive_more v2.1.1
2026-06-15T10:03:01.8442732Z    Compiling url v2.5.8
2026-06-15T10:03:01.8472563Z    Compiling rusqlite v0.32.1
2026-06-15T10:03:01.9128040Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T10:03:01.9324809Z    Compiling aes-gcm v0.10.3
2026-06-15T10:03:01.9404735Z    Compiling postcard v1.1.3
2026-06-15T10:03:02.0671959Z    Compiling windows-sys v0.59.0
2026-06-15T10:03:02.1007247Z    Compiling data-encoding-macro v0.1.20
2026-06-15T10:03:02.2422170Z    Compiling tower v0.5.3
2026-06-15T10:03:02.2662284Z    Compiling num_enum_derive v0.7.6
2026-06-15T10:03:02.3153762Z    Compiling windows v0.62.2
2026-06-15T10:03:02.3220370Z    Compiling chrono v0.4.45
2026-06-15T10:03:02.3504597Z    Compiling crossbeam-channel v0.5.15
2026-06-15T10:03:02.4505563Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T10:03:02.4664160Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T10:03:02.7497945Z    Compiling spt-store v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T10:03:02.8755413Z    Compiling strum_macros v0.28.0
2026-06-15T10:03:02.9604120Z    Compiling enum-assoc v1.3.0
2026-06-15T10:03:03.0367211Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T10:03:03.1021393Z    Compiling async-trait v0.1.89
2026-06-15T10:03:03.2210873Z    Compiling windows-registry v0.6.1
2026-06-15T10:03:03.4412903Z    Compiling blake3 v1.8.5
2026-06-15T10:03:03.5713799Z    Compiling uuid v1.23.2
2026-06-15T10:03:03.5766231Z    Compiling memoffset v0.6.5
2026-06-15T10:03:03.6160864Z    Compiling noq v0.18.0
2026-06-15T10:03:03.6385407Z    Compiling netwatch v0.16.0
2026-06-15T10:03:03.8265561Z    Compiling acto v0.8.2
2026-06-15T10:03:03.8812987Z    Compiling rustc-hash v2.1.2
2026-06-15T10:03:03.9288305Z    Compiling xml-rs v0.8.28
2026-06-15T10:03:03.9787217Z    Compiling identity-hash v0.1.0
2026-06-15T10:03:03.9787739Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T10:03:04.0081003Z    Compiling lru-slab v0.1.2
2026-06-15T10:03:04.1184059Z    Compiling tagptr v0.2.0
2026-06-15T10:03:04.1184577Z    Compiling thiserror v1.0.69
2026-06-15T10:03:04.1244311Z    Compiling mac-addr v0.3.0
2026-06-15T10:03:04.1368370Z    Compiling foldhash v0.2.0
2026-06-15T10:03:04.1670214Z    Compiling ref-cast v1.0.25
2026-06-15T10:03:04.3025818Z    Compiling hashbrown v0.16.1
2026-06-15T10:03:04.3026368Z    Compiling netdev v0.42.0
2026-06-15T10:03:04.3266771Z    Compiling moka v0.12.15
2026-06-15T10:03:04.4738548Z    Compiling iroh-relay v0.98.0
2026-06-15T10:03:04.8539009Z    Compiling spt-msg v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T10:03:04.8865168Z    Compiling xmltree v0.10.3
2026-06-15T10:03:04.9162997Z    Compiling iroh-metrics v0.38.3
2026-06-15T10:03:04.9578533Z    Compiling num_enum v0.7.6
2026-06-15T10:03:05.1293644Z    Compiling tower-http v0.6.11
2026-06-15T10:03:05.2234329Z    Compiling hyper v1.10.1
2026-06-15T10:03:05.2295474Z    Compiling attohttpc v0.30.1
2026-06-15T10:03:05.2518890Z    Compiling iroh-base v0.98.0
2026-06-15T10:03:05.3251886Z    Compiling n0-watcher v0.6.1
2026-06-15T10:03:05.4269629Z    Compiling tokio-stream v0.1.18
2026-06-15T10:03:05.4450135Z    Compiling strum v0.28.0
2026-06-15T10:03:05.4584341Z    Compiling toml_datetime v0.6.11
2026-06-15T10:03:05.6187698Z    Compiling serde_spanned v0.6.9
2026-06-15T10:03:05.6365804Z    Compiling ref-cast-impl v1.0.25
2026-06-15T10:03:05.6446237Z    Compiling thiserror-impl v1.0.69
2026-06-15T10:03:05.7980732Z    Compiling serde_derive_internals v0.29.1
2026-06-15T10:03:05.8036821Z    Compiling simple-dns v0.9.3
2026-06-15T10:03:05.9075482Z    Compiling serial-core v0.4.0
2026-06-15T10:03:06.0206216Z    Compiling aho-corasick v1.1.4
2026-06-15T10:03:06.0674611Z    Compiling winnow v0.7.15
2026-06-15T10:03:06.1200680Z    Compiling regex-syntax v0.8.10
2026-06-15T10:03:06.2555572Z    Compiling sha1_smol v1.0.1
2026-06-15T10:03:06.2965353Z    Compiling winreg v0.10.1
2026-06-15T10:03:06.4552309Z    Compiling resolv-conf v0.7.6
2026-06-15T10:03:06.5046267Z    Compiling hyper-util v0.1.20
2026-06-15T10:03:06.5474944Z    Compiling arrayref v0.3.9
2026-06-15T10:03:06.6308886Z    Compiling smol_str v0.1.24
2026-06-15T10:03:06.8825180Z    Compiling toml_write v0.1.2
2026-06-15T10:03:07.0046825Z    Compiling simdutf8 v0.1.5
2026-06-15T10:03:07.0067054Z    Compiling constant_time_eq v0.4.2
2026-06-15T10:03:07.0566925Z    Compiling arrayvec v0.7.6
2026-06-15T10:03:07.1378140Z    Compiling schemars_derive v1.2.1
2026-06-15T10:03:07.2026604Z    Compiling iroh-dns v0.98.0
2026-06-15T10:03:07.5983134Z    Compiling serial-windows v0.4.0
2026-06-15T10:03:07.6876283Z    Compiling lru v0.16.4
2026-06-15T10:03:07.7565466Z    Compiling toml_edit v0.22.27
2026-06-15T10:03:07.8100080Z    Compiling igd-next v0.17.1
2026-06-15T10:03:07.8180064Z    Compiling webpki-roots v1.0.7
2026-06-15T10:03:07.9435750Z    Compiling seize v0.5.1
2026-06-15T10:03:07.9440083Z    Compiling darling_core v0.23.0
2026-06-15T10:03:07.9962639Z    Compiling regex-automata v0.4.14
2026-06-15T10:03:08.0301796Z    Compiling hmac v0.12.1
2026-06-15T10:03:08.1092279Z    Compiling serde_bytes v0.11.19
2026-06-15T10:03:08.1145352Z    Compiling iroh v0.98.2
2026-06-15T10:03:08.2038005Z    Compiling utf8parse v0.2.2
2026-06-15T10:03:08.3037100Z    Compiling dyn-clone v1.0.20
2026-06-15T10:03:08.3727252Z    Compiling bitflags v1.3.2
2026-06-15T10:03:08.4246666Z    Compiling lazy_static v1.5.0
2026-06-15T10:03:08.4744359Z    Compiling pin-utils v0.1.0
2026-06-15T10:03:08.4866868Z    Compiling anstyle v1.0.14
2026-06-15T10:03:08.4869336Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T10:03:08.4955398Z    Compiling cmov v0.5.4
2026-06-15T10:03:08.5425652Z    Compiling nix v0.25.1
2026-06-15T10:03:08.5986539Z    Compiling shared_library v0.1.9
2026-06-15T10:03:08.6738345Z    Compiling anstyle-wincon v3.0.11
2026-06-15T10:03:08.6738968Z    Compiling anstyle-parse v1.0.0
2026-06-15T10:03:08.7587658Z    Compiling ctutils v0.4.2
2026-06-15T10:03:08.7946099Z    Compiling papaya v0.2.4
2026-06-15T10:03:08.8798493Z    Compiling hkdf v0.12.4
2026-06-15T10:03:08.8812818Z    Compiling serial v0.4.0
2026-06-15T10:03:08.9658000Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T10:03:09.0012995Z    Compiling filedescriptor v0.8.3
2026-06-15T10:03:09.0090527Z    Compiling backon v1.6.0
2026-06-15T10:03:09.0377074Z    Compiling anstyle-query v1.1.5
2026-06-15T10:03:09.0936290Z    Compiling schemars v1.2.1
2026-06-15T10:03:09.2120887Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T10:03:09.2505553Z    Compiling colorchoice v1.0.5
2026-06-15T10:03:09.2549019Z    Compiling shell-words v1.1.1
2026-06-15T10:03:09.2976058Z    Compiling foldhash v0.1.5
2026-06-15T10:03:09.3182598Z    Compiling downcast-rs v1.2.1
2026-06-15T10:03:09.3879006Z    Compiling paste v1.0.15
2026-06-15T10:03:09.4443377Z    Compiling instability v0.3.12
2026-06-15T10:03:09.4830365Z    Compiling hashbrown v0.15.5
2026-06-15T10:03:09.5527792Z    Compiling portable-pty v0.8.1
2026-06-15T10:03:09.5829123Z    Compiling anstream v1.0.0
2026-06-15T10:03:09.6039472Z    Compiling spake2 v0.4.0
2026-06-15T10:03:09.7080538Z    Compiling toml v0.8.23
2026-06-15T10:03:09.9052303Z    Compiling crossterm_winapi v0.9.1
2026-06-15T10:03:09.9895816Z    Compiling strum_macros v0.26.4
2026-06-15T10:03:10.0636746Z    Compiling regex v1.12.3
2026-06-15T10:03:10.1637661Z    Compiling terminal_size v0.4.4
2026-06-15T10:03:10.3054871Z    Compiling itertools v0.13.0
2026-06-15T10:03:10.3383093Z    Compiling sha1 v0.10.6
2026-06-15T10:03:10.3505903Z    Compiling castaway v0.2.4
2026-06-15T10:03:10.5019302Z    Compiling spt-runtime v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T10:03:10.6541780Z    Compiling static_assertions v1.1.0
2026-06-15T10:03:10.7085320Z    Compiling indoc v2.0.7
2026-06-15T10:03:10.7465462Z    Compiling clap_lex v1.1.0
2026-06-15T10:03:10.7705183Z    Compiling unicode-width v0.1.14
2026-06-15T10:03:10.9101882Z    Compiling doctest-file v1.1.1
2026-06-15T10:03:11.0703368Z    Compiling recvmsg v1.0.0
2026-06-15T10:03:11.1012915Z    Compiling clap_builder v4.6.0
2026-06-15T10:03:11.2177469Z    Compiling compact_str v0.8.2
2026-06-15T10:03:11.4450837Z    Compiling darling_macro v0.23.0
2026-06-15T10:03:11.4530827Z    Compiling interprocess v2.4.2
2026-06-15T10:03:11.4695608Z    Compiling crossterm v0.28.1
2026-06-15T10:03:11.7016869Z    Compiling lru v0.12.5
2026-06-15T10:03:11.8751014Z    Compiling darling v0.23.0
2026-06-15T10:03:11.8838845Z    Compiling unicode-truncate v1.1.0
2026-06-15T10:03:11.9245881Z    Compiling spt-term v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T10:03:12.1152716Z    Compiling wmi v0.18.4
2026-06-15T10:03:12.1821428Z    Compiling strum v0.26.3
2026-06-15T10:03:12.3702297Z    Compiling clap_derive v4.6.1
2026-06-15T10:03:12.7773406Z    Compiling spt-live v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T10:03:12.8332622Z    Compiling unicode-width v0.2.0
2026-06-15T10:03:12.9761398Z    Compiling cassowary v0.3.0
2026-06-15T10:03:12.9761903Z    Compiling nucleo-matcher v0.3.1
2026-06-15T10:03:13.1887348Z    Compiling qrcode v0.14.1
2026-06-15T10:03:13.2427604Z    Compiling ratatui v0.29.0
2026-06-15T10:03:13.5160709Z    Compiling tempfile v3.27.0
2026-06-15T10:03:13.8452418Z    Compiling portmapper v0.16.0
2026-06-15T10:03:14.7002993Z    Compiling clap v4.6.1
2026-06-15T10:03:25.5211172Z    Compiling rustls-webpki v0.103.13
2026-06-15T10:03:27.7560995Z    Compiling tokio-rustls v0.26.4
2026-06-15T10:03:27.7561334Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T10:03:27.7561606Z    Compiling noq-proto v0.17.0
2026-06-15T10:03:27.8931599Z    Compiling hyper-rustls v0.27.9
2026-06-15T10:03:27.8931961Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T10:03:27.8932246Z    Compiling tokio-websockets v0.13.2
2026-06-15T10:03:28.0343532Z    Compiling reqwest v0.13.4
2026-06-15T10:03:28.9910530Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T10:03:45.4648302Z    Compiling spt-net v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T10:03:46.8362756Z    Compiling spt-daemon v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T10:03:54.7456858Z    Compiling spt v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T10:04:01.2339726Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-06-15T10:04:01.2547871Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-f56ba2c3eea87e14.exe)
2026-06-15T10:04:01.3063101Z 
2026-06-15T10:04:01.3063497Z running 1 test
2026-06-15T10:04:09.1462020Z test new_brain_serves_against_old_broker ... ok
2026-06-15T10:04:09.1462262Z 
2026-06-15T10:04:09.1462462Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.84s
2026-06-15T10:04:09.1462704Z 
